projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09f8df8
)
(Killing Buffers): kill-buffer-hook is perm local.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 2003 16:05:12 +0000
(16:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 2003 16:05:12 +0000
(16:05 +0000)
lispref/buffers.texi
patch
|
blob
|
history
diff --git
a/lispref/buffers.texi
b/lispref/buffers.texi
index 201975ace541ea898877cffba710797a3f63de41..8bfbf755a2928181096c1e554ad616a4aee89cab 100644
(file)
--- a/
lispref/buffers.texi
+++ b/
lispref/buffers.texi
@@
-938,7
+938,8
@@
ask for confirmation from the user. If any of them returns @code{nil},
This is a normal hook run by @code{kill-buffer} after asking all the
questions it is going to ask, just before actually killing the buffer.
The buffer to be killed is current when the hook functions run.
-@xref{Hooks}.
+@xref{Hooks}. This variable is a permanent local, so its local binding
+is not cleared by changing major modes.
@end defvar
@defvar buffer-offer-save